2001-10-27 Anders Carlsson <andersca@gnu.org>
* gdk/tmpl/properties.sgml: Change FALSE to TRUE in
documentation for gdk_atom_intern, to document the
correct behavior. This fixes #58798.
+2001-10-27 Anders Carlsson <andersca@gnu.org>
+
+ * gdk/tmpl/properties.sgml: Change FALSE to TRUE in
+ documentation for gdk_atom_intern, to document the
+ correct behavior. This fixes #58798.
+
+ * gtk/gtk-sections.txt: Update GtkStyle since it's now a
+ GObject and not a struct. This fixes #55807.
+
Thu Oct 18 16:40:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.
@only_if_exists: if %TRUE, do not create a new atom, but
just return the atom if it already exists.
@Returns: the atom corresponding to @atom_name, or, if
- @only_if_exists is false, and an atom does not
+ @only_if_exists is TRUE, and an atom does not
already exists for the string, %GDK_NONE.